records

records

Active filters Clear all

No active filters

Filters

Evolution of the number of signals equipped with TBL1+

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
jaar
Type
date
Sample
                       
Number of equipped light signals
               

No description available for this field.

Name (identifier)
aantal
Type
integer
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"evolutie-van-het-aantal-seinen-uitgerust-met-tbl1",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/evolutie-van-het-aantal-seinen-uitgerust-met-tbl1"
      }
    ]
    ,
  • "definitions":
    {
    • "evolutie-van-het-aantal-seinen-uitgerust-met-tbl1":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/evolutie-van-het-aantal-seinen-uitgerust-met-tbl1_records"
            }
          }
        }
      }
      ,
    • "evolutie-van-het-aantal-seinen-uitgerust-met-tbl1_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "jaar":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "aantal":
              {
              • "type":"integer",
              • "title":"Number of equipped light signals ",
              • "description":""
              }
            }
          }
        }
      }
    }
}